home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / Ang261Lib.lha / src / gamecheck.h < prev    next >
C/C++ Source or Header  |  1994-10-22  |  313b  |  10 lines

  1. /* File giving restriction message, if restrictions are enforced */
  2. #define RESTRICT_FILE OWNDIR"/lib/archive/files/loadcheck"
  3.  
  4. /* List of directories to search for the games */
  5. char *dir_list[] = { OWNDIR"/src/", "END" };
  6.  
  7. #define NO_GAME -2
  8. #define OK_GAME 1
  9. #define GAME_LOG OWNDIR"/lib/archive/files/GAMELOG"
  10.